@import "normalize.css";

*,
*:after,
*:before {
  box-sizing: border-box;
}

body {
  display: grid;
  place-items: center;
  min-height: 100vh;
  font-family: "LEMONMILK-Medium";
  color: hsl(0 0% 100%);
  text-transform: uppercase;
  overflow-x: hidden;
}

@font-face {
  font-style: normal;
  font-weight: normal;
  src: local("LEMONMILK-Medium"), url("./LEMONMILK-Medium.otf") format("woff");
}

::-webkit-scrollbar {
  width: 4px;
  height: 5px;
}

::-webkit-scrollbar:hover {
  width: 4px;
  height: 5px;
}

::-webkit-scrollbar-track {
  background: #ffffff;
  border-radius: 25px;
  margin: 8px 0;
}

::-webkit-scrollbar-thumb {
  background: #9dc6ff;
  border-radius: 25px;
}

::-webkit-scrollbar-thumb:hover {
  background: #4288d3;
}

::-webkit-scrollbar {
  width: 4px;
}

#my-img {
  clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
}
#slider {
  position: relative;
  -webkit-appearance: none;
  width: calc(100% + 40px);
  height: 100%;
  margin-left: -20px;
  background-color: transparent;
  outline: none;
}
#slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 40px;
  width: 40px;
  background: url("./slider-icon.svg"), rgba(228, 228, 228, 0.496);
  border: 3px solid #ffffff70;
  border-radius: 50%;
  background-size: contain;
  cursor: pointer;
}

section {
  min-height: 100vh;
  width: 100vw;
}

main {
  overflow: auto;
  overflow-x: hidden;
  height: 100vh;
  width: 100vw;
  /*	scale: 0.5;*/
  outline: 1rem dashed red;
}

.section__content {
  min-height: 100vh;
  width: 100vw;
  display: grid;
  place-items: center;
  position: sticky;
  top: 0;
  overflow: hidden;
  border-bottom: 10px solid #a59072;
}

@media (max-width: 767px) {
  .section__content {
    min-height: 100vh;
    width: 100vw;
    display: grid;
    place-items: center;
    position: sticky;
    top: 0;
    overflow: hidden;
    justify-items: center;
    align-items: start;
    justify-content: center;
  }
}

section:nth-of-type(1) .section__content {
  overflow: hidden;
}
/* 
section:nth-of-type(2) {
  z-index: 0;
  color: hsl(0 0% 0%);
  min-height: 105vh;
  background: #ffffff;
  border-bottom: 10px solid #a59072;
}

section:nth-of-type(3) {
  z-index: 0;
  color: hsl(0 0% 0%);
  min-height: 105vh;
  background: #ffffff;
  border-bottom: 10px solid #a59072;
} */

section:nth-of-type(3) .About-us-basic-details {
  display: flex;
  flex-direction: row-reverse;
  width: 100%;
  gap: 20px;
  margin: auto;
  align-content: center;
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
/* 
section:nth-of-type(4) {
  z-index: 0;
  color: hsl(0 0% 0%);
  min-height: 105vh;
  background: #ffffff;
  border-bottom: 10px solid #a59072;
} */

section:nth-of-type(2) .About-us-container {
  /* --opacity: 1; */
  color: hsl(0deg 0% 100%);
  /* letter-spacing: 0; */
  padding: 20px 0;
  font-weight: bold;
  line-height: 1;
  /* max-width: calc(100% - 4rem); */
  position: relative;
  /* top: 50%; */
  /* left: 50%; */
  /* transform: translate(-50%, -50%); */
  /* opacity: 0; */
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px;
  margin: auto;
  /* border-bottom: 10px solid #a59072; */
  align-content: center;
  align-items: center;
  justify-content: space-evenly;
}

section:nth-of-type(3) .About-us-container {
  /* --opacity: 1; */
  color: hsl(0deg 0% 100%);
  /* letter-spacing: 0; */
  padding: 15px;
  font-weight: bold;
  line-height: 1;
  /* max-width: calc(100% - 4rem); */
  position: relative;
  /* top: 50%; */
  /* left: 50%; */
  /* transform: translate(-50%, -50%); */
  /* opacity: 0; */
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px;
  margin: auto;
  align-content: center;
  align-items: center;
  justify-content: space-evenly;
}

section:nth-of-type(4) .About-us-container {
  /* --opacity: 1; */
  color: hsl(0deg 0% 100%);
  /* letter-spacing: 0; */
  padding: 15px;
  font-weight: bold;
  line-height: 1;
  /* max-width: calc(100% - 4rem); */
  position: relative;
  /* top: 50%; */
  /* left: 50%; */
  /* transform: translate(-50%, -50%); */
  /* opacity: 0; */
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px;
  margin: auto;
  align-content: center;
  align-items: center;
  justify-content: space-evenly;
}

@media (max-width: 767px) {
  .About-us-container {
    display: flex;
    gap: 20px;
    flex-direction: column;
    padding: 20px 0;
    border-bottom: 10px solid #a59072;
    justify-content: space-around;
  }
}

.About-us-basic-details {
  display: flex;
  flex-direction: row;
  width: 100%;
  gap: 20px;
  margin: auto;
  align-content: center;
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .About-us-basic-details {
    display: flex;
    gap: 10px;
    flex-direction: row-reverse;
    padding: 0 0px;
    justify-content: space-around;
  }
}

.About-us-container-imgs {
  height: auto;
  width: 20%;
}

.About-us-container-imgs img {
  height: auto;
  width: 100%;
}

@media (max-width: 1000px) {
  .About-us-container-imgs {
    height: auto;
    width: 25%;
  }
}

.About-us-container-titel {
  height: auto;
  gap: 21px;
  display: flex;
  width: 50%;
  padding: 16px 16px;
  border-radius: 7px;
  /* background: #f0f8ff7a; */
  flex-direction: column;
  align-items: flex-start;
  align-content: flex-start;
  border: 1.5px solid transparent;
  /* background: linear-gradient(45deg, #add8ff8f, #ffffff34) border-box; */
  /* -webkit-mask: linear-gradient(#fff0 0 0) padding-box,
    linear-gradient(#fff 0 0); */
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  z-index: -3;
  position: relative;
  content: "";
}

@media (max-width: 767px) {
  .About-us-container-titel {
    width: 100%;
  }

  .About-us-container-imgs {
    height: auto;
    width: 30%;
  }

  .About-us-container-imgs img {
    height: auto;
    width: 100%;
  }
}

.About-us-container-titel h1 {
  height: auto;
  font-size: 28px;
  color: #a59072;
  font-weight: 600;
  margin: 0;
}

.About-us-container-titel h2 {
  height: auto;
  margin: 0;
  color: #323232;
  font-size: 12px;
  letter-spacing: 0.5px;
  line-height: 18px;
}

.About-us-container-titel-details {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.About-us-container-titel-details i {
  color: #a59072;
  font-size: 20px;
}

@media (max-width: 767px) {
  .About-us-container-titel h1 {
    height: auto;
    font-size: 22px;
    color: #000000;
    font-weight: 600;
    margin: 0;
  }

  .About-us-container-titel h2 {
    height: auto;
    margin: 0;
    color: #000;
    font-size: 12px;
    letter-spacing: 0.5px;
    line-height: 18px;
  }

  .About-us-container-titel-details {
    display: flex;
    align-items: flex-start;
    gap: 10px;
  }

  .About-us-container-titel-details i {
    color: #a59072;
    font-size: 17px;
  }
}

@media (max-width: 400px) {
  .About-us-container-titel h1 {
    height: auto;
    font-size: 20px;
    color: #ffffff;
    font-weight: 600;
    margin: 0;
  }

  .About-us-container-titel h2 {
    height: auto;
    margin: 0;
    color: #fff;
    font-size: 11px;
    letter-spacing: 0.5px;
    line-height: 18px;
  }

  .About-us-container-titel-details {
    display: flex;
    align-items: flex-start;
    gap: 10px;
  }

  .About-us-container-titel-details i {
    color: #ffffff;
    font-size: 17px;
  }
}

/* 












*/
section:nth-of-type(1) h1 {
  --opacity: 1;
  font-weight: 700;
  font-size: 45px;
  transform-origin: 50% 50%;
  color: #29496b;
  width: 100%;
  height: 100%;
  position: fixed;
  display: flex;
  /* top: 50%; */
  /* left: 50%; */
  opacity: 0.4;
  /* transform: translate(-50%, -50%); */
  overflow: hidden;
  justify-content: center;
  align-content: center;
  align-items: center;
}

@media (max-width: 767px) {
  section:nth-of-type(1) h1 {
    font-weight: 600;
    font-size: 20px;
    width: 100%;
    height: 100%;
  }
}

section:nth-of-type(5) {
  z-index: 4;
}

section:nth-of-type(5) .section__content {
  display: flex;
  gap: 15px;
  flex-direction: row-reverse;
  padding: 0 30px;
  justify-content: space-around;
}

@media (max-width: 900px) {
  section:nth-of-type(5) .section__content {
    display: flex;
    gap: 30px;
    flex-direction: column-reverse;
    padding: 30px 20px;
    justify-content: center;
  }
}

section:nth-of-type(5) .section__content__text {
  display: flex;
  padding: 0 0 0 10px;
  gap: 15px;
  align-items: flex-start;
  align-content: flex-start;
  flex-direction: column;
  justify-content: center;
}

section:nth-of-type(5) .section__content__text h2 {
  /* text-align: center; */
  margin: 0;
  text-transform: uppercase;
  font-size: 24px;
  color: #8d7046;
  /* align-items: flex-start; */
  /* align-content: flex-start; */
  /* align-items: center; */
}

section:nth-of-type(5) .section__content__text span {
  text-transform: uppercase;
  font-size: 13px;
  line-height: 1.5;
  color: #000;
}

.Comparison-Slider-container {
  height: calc(70vh - 5px);
  width: calc(75% - 1px);
  border: 10px solid #d0d0d0c9;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

@media (max-width: 900px) {
  .Comparison-Slider-container {
    height: calc(40vh - 5px);
    max-height: fit-content;
    width: calc(100% - 1px);
  }
}

/* 





*/
.Comparison-Slider-container img {
  width: 100%;
  height: 100%;
  position: absolute;
}
#my-img {
  clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
}
#Comparison-slider-toggel {
  position: relative;
  -webkit-appearance: none;
  width: calc(100% + 40px);
  height: 100%;
  margin-left: -20px;
  background-color: transparent;
  outline: none;
}
#Comparison-slider-toggel::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 40px;
  width: 40px;
  background: url("./slider-icon.svg"), rgba(228, 228, 228, 0.496);
  border: 3px solid #ffcd8b70;
  border-radius: 50%;
  background-size: contain;
  cursor: pointer;
}

/* 





*/
#my-img2 {
  clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
}

#Comparison-slider-toggel2 {
  position: relative;
  -webkit-appearance: none;
  width: calc(100% + 40px);
  height: 100%;
  margin-left: -20px;
  background-color: transparent;
  outline: none;
}
#Comparison-slider-toggel2::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 40px;
  width: 40px;
  background: url("slider-icon.svg"), rgba(228, 228, 228, 0.496);
  border: 3px solid #ffcd8b70;
  border-radius: 50%;
  background-size: contain;
  cursor: pointer;
}

/* 
   




*/

section:nth-of-type(1) .section__content {
  overflow: hidden;
  transform-style: preserve-3d;
  perspective: 100vh;
}

h1 {
  font-size: clamp(2rem, 6vw + 1rem, 6rem);
  font-weight: 600;
}

section:nth-of-type(1) {
  height: 200vh;
}

.video-wrap {
  position: fixed;
  inset: 0;
  opacity: 0;
}

.video-wrap::after {
  content: "";
  background: hsla(0, 90%, 50%, 0.65);
  inset: 0;
  position: absolute;
}

video {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100vh;
  filter: saturate(1) brightness(1);
}
/* 





*/
header {
  /* position: absolute; */
  top: 0;
  z-index: 5;
  left: 0;
  width: 100%;
  /* padding: 20px; */
}

header .navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* max-width: 1200px; */
  background: #ffffff;
  margin: 0 auto;
  /* padding: 10px 25px; */
}

.navbar .menu-links {
  display: flex;
  list-style: none;
  gap: 35px;
  margin: 0;
  padding: 0 15px;
}

.navbar a {
  color: #000;
  font-size: 14px;
  text-decoration: none;
  transition: 0.2s ease;
}

.navbar a:hover {
  color: #c6a597;
}

.logo-container {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 5px 4px 1px 3px;
  background: #000;
  justify-content: flex-start;
  align-content: center;
  flex-direction: row;
}

.logo {
  height: auto;
  width: 110px;
}

.logo-container H1 {
  height: min-content;
  font-size: 16px;
  letter-spacing: 5px;
  color: #fff;
  font-weight: 600;
}

@media (max-width: 767px) {
  .logo-container H1 {
    font-size: 14px;
  }

  .logo {
    height: auto;
    width: 60px;
  }
}

@media (max-width: 400px) {
  .logo-container H1 {
    font-size: 12px;
  }

  .logo {
    height: auto;
    width: 30px;
  }
}

.logo2 {
  height: 29px;
  width: auto;
}

.hero-section {
  height: 100vh;
  background: #939393;
  display: flex;
  align-items: center;
  padding: 0 20px;
}

.hero-section .content {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  color: #fff;
}

.hero-section .content h2 {
  font-size: 3rem;
  max-width: 600px;
  line-height: 70px;
}

.hero-section .content p {
  font-weight: 300;
  max-width: 600px;
  margin-top: 15px;
}

.hero-section .content button {
  background: #fff;
  padding: 12px 30px;
  border: none;
  font-size: 1rem;
  border-radius: 6px;
  margin-top: 38px;
  cursor: pointer;
  font-weight: 500;
  transition: 0.2s ease;
}

.hero-section .content button:hover {
  color: #fff;
  background: #c06b3e;
}

#close-menu-btn {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
  display: none;
}

#hamburger-btn {
  color: #fff;
  cursor: pointer;
  display: none;
}

@media (max-width: 768px) {
  header {
    /* padding: 10px; */
    z-index: 2;
    /* position: absolute; */
  }

  header.show-mobile-menu::before {
    content: "";
    position: fixed;
    z-index: 2;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(5px);
  }

  #hamburger-btn,
  #close-menu-btn {
    display: block;
    color: #000;
    font-size: 13px;
    margin: 0 10px;
  }

  .navbar .menu-links {
    position: fixed;
    top: 0;
    z-index: 2;
    right: -250px;
    width: 250px;
    height: 100vh;
    background: #fff;
    margin: 0;
    flex-direction: column;
    padding: 70px 40px 0;
    transition: left 0.2s ease;
  }

  header.show-mobile-menu .navbar .menu-links {
    left: 0;
  }

  .navbar a {
    color: #000;
  }
}
/* 







*/

.our-works1-slider {
  display: flex;
  /* overflow-x: hidden; */
  align-items: center;
  gap: 25px;
  padding: 10px 20px;
  justify-content: space-evenly;
  align-content: center;
  width: calc(100% - 0px);
  flex-wrap: wrap;
}

.our-works1-card {
  /* flex: 3; */
  max-width: 320px;
  width: calc(100% - 0px);
  border: 2px solid #ccc;
  padding: 20px;
  /* display: flex; */
  border-radius: 8px;
  backdrop-filter: blur(3px);
  gap: 5px;
}
/* 
.our-works1-card::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  z-index: -1;
  border: 1.5px solid transparent;
  background: linear-gradient(45deg, #ffffff, #bfe0ff) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
} */

.our-works1-card img {
  width: 100%;
  height: auto;
  border-radius: 6px;
}

.our-works1-card-content {
  padding: 10px 0 0;
  color: #d4d4d4;
  /* border: 1px solid #ddd; */
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-direction: column;
}

.our-works1-card-content h2 {
  margin: 0;
  font-size: 15px;
  color: #555;
}

.our-works1-card-content p {
  margin: 0;
  font-size: 15px;
  color: #a59072;
}

@media (max-width: 500px) {
  .our-works1-slider {
    display: flex;
    /* overflow-x: hidden; */
    align-items: center;
    gap: 20px;
    padding: 1px 0px;
    justify-content: space-evenly;
    align-content: center;
    width: calc(100% - 0px);
  }

  .our-works1-card {
    /* flex: 1; */
    /* max-width: fit-content; */
    width: calc(100% - 0px);
    border: 1.5px solid #ccc;
    padding: 20px;
    /* display: flex; */
    border-radius: 8px;
    backdrop-filter: blur(3px);
    gap: 5px;
  }

  .our-works1-card-content h2 {
    font-size: 14px;
  }

  .our-works1-card-content p {
    font-size: 12px;
  }
}

/* 






*/

.our-works2-slider {
  display: flex;
  /* overflow-x: hidden; */
  align-items: center;
  gap: 25px;
  padding: 10px 20px;
  justify-content: space-evenly;
  align-content: center;
  width: calc(100% - 0px);
  flex-wrap: wrap;
}

.our-works2-card {
  /* flex: 3; */
  max-width: 320px;
  width: calc(100% - 0px);
  border: 2px solid #ccc;
  padding: 20px;
  /* display: flex; */
  border-radius: 8px;
  backdrop-filter: blur(3px);
  gap: 5px;
}
/* 
.our-works2-card::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  z-index: -1;
  border: 1.5px solid transparent;
  background: linear-gradient(45deg, #ffffff, #bfe0ff) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
} */

.our-works2-card img {
  width: 100%;
  height: auto;
  border-radius: 6px;
}

.our-works2-card-content {
  padding: 10px 0 0;
  color: #d4d4d4;
  /* border: 1px solid #ddd; */
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-direction: column;
}

.our-works2-card-content h2 {
  margin: 0;
  font-size: 15px;
  color: #555;
}

.our-works2-card-content p {
  margin: 0;
  font-size: 15px;
  color: #a59072;
}

@media (max-width: 767px) {
  .our-works2-slider {
    display: flex;
    /* overflow-x: hidden; */
    align-items: center;
    gap: 25px;
    padding: 1px 0px;
    justify-content: space-evenly;
    align-content: center;
    width: calc(100% - 0px);
  }

  .our-works2-card {
    /* flex: 1; */
    /* max-width: fit-content; */
    width: calc(100% - 0px);
    border: 1.5px solid #ccc;
    padding: 20px;
    /* display: flex; */
    border-radius: 8px;
    backdrop-filter: blur(3px);
    gap: 5px;
  }

  .our-works2-card-content h2 {
    font-size: 14px;
  }

  .our-works2-card-content p {
    font-size: 12px;
  }
}

@media (max-width: 500px) {
  .our-works2-slider {
    display: flex;
    /* overflow-x: hidden; */
    align-items: center;
    gap: 20px;
    padding: 1px 0px;
    justify-content: space-evenly;
    align-content: center;
    width: calc(100% - 0px);
  }

  .our-works2-card {
    /* flex: 1; */
    /* max-width: fit-content; */
    width: calc(100% - 0px);
    border: 1.5px solid #ccc;
    padding: 20px;
    /* display: flex; */
    border-radius: 8px;
    backdrop-filter: blur(3px);
    gap: 5px;
  }

  .our-works2-card-content h2 {
    font-size: 14px;
  }

  .our-works2-card-content p {
    font-size: 12px;
  }
}

/* 


therd slider


*/

.our-works3-slider {
  display: flex;
  /* overflow-x: hidden; */
  align-items: center;
  gap: 25px;
  padding: 10px 20px;
  justify-content: space-evenly;
  align-content: center;
  width: calc(100% - 0px);
  flex-wrap: wrap;
}

.our-works3-card {
  /* flex: 3; */
  max-width: 320px;
  width: calc(100% - 0px);
  border: 2px solid #ccc;
  padding: 20px;
  /* display: flex; */
  border-radius: 8px;
  backdrop-filter: blur(3px);
  gap: 5px;
}
/* 
.our-works3-card::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  z-index: -1;
  border: 1.5px solid transparent;
  background: linear-gradient(45deg, #ffffff, #bfe0ff) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
} */

.our-works3-card img {
  width: 100%;
  height: auto;
  border-radius: 6px;
}

.our-works3-card-content {
  padding: 10px 0 0;
  color: #d4d4d4;
  /* border: 1px solid #ddd; */
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-direction: column;
}

.our-works3-card-content h2 {
  margin: 0;
  font-size: 15px;
  color: #555;
}

.our-works3-card-content p {
  margin: 0;
  font-size: 15px;
  color: #a59072;
}

@media (max-width: 767px) {
  .our-works3-slider {
    display: flex;
    /* overflow-x: hidden; */
    align-items: center;
    gap: 25px;
    padding: 1px 0px;
    justify-content: space-evenly;
    align-content: center;
    width: calc(100% - 0px);
  }

  .our-works3-card {
    /* flex: 1; */
    /* max-width: fit-content; */
    width: calc(100% - 0px);
    border: 1.5px solid #ccc;
    padding: 20px;
    /* display: flex; */
    border-radius: 8px;
    backdrop-filter: blur(3px);
    gap: 5px;
  }

  .our-works3-card-content h2 {
    font-size: 14px;
  }

  .our-works3-card-content p {
    font-size: 12px;
  }
}

@media (max-width: 500px) {
  .our-works3-slider {
    display: flex;
    /* overflow-x: hidden; */
    align-items: center;
    gap: 20px;
    padding: 1px 0px;
    justify-content: space-evenly;
    align-content: center;
    width: calc(100% - 0px);
  }

  .our-works3-card {
    /* flex: 1; */
    /* max-width: fit-content; */
    width: calc(100% - 0px);
    border: 1.5px solid #ccc;
    padding: 20px;
    /* display: flex; */
    border-radius: 8px;
    backdrop-filter: blur(3px);
    gap: 5px;
  }

  .our-works3-card-content h2 {
    font-size: 14px;
  }

  .our-works3-card-content p {
    font-size: 12px;
  }
}

/* 










*/

.space {
  height: 10px;
  width: 100%;

  background-color: #a59072;
}

/* foooooooooooooter */
footer {
  background-size: cover;
  background-position: center;
  width: 100%;
}

.filter2 {
  bottom: 0px;
  width: 100%;
  position: relative;
  gap: 10px;
  display: flex;
  justify-content: space-between;
  padding: 30px 30px;
  background: #20252dbf;
  /* background: rgb(242 242 242); */
  flex-direction: row;
}

.main-content {
  display: flex;
}

.footer-group {
  height: auto;
  display: flex;
  flex-wrap: nowrap;
  gap: 60px;
  flex-direction: row;
  align-items: flex-end;
}

.first-footer-box {
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
}

.first-footer-box img {
  height: 95px;
  margin-bottom: 10px;
}
.first-footer-box h1 {
  height: auto;
  margin-bottom: 10px;
  font-size: 20px;
  color: #89bef9;
  /* text-shadow: 1px 1px 1px #fff; */
}
.first-footer-box h2 {
  height: auto;
  color: #ffffff;
  font-size: 15px;
  margin: 3px 0;
}

.OTHER-eng {
  height: auto;
  display: flex;
  gap: 33px;
  margin: 10px 0px;
}

.OTHER-eng-left {
  height: auto;
  display: flex;
  flex-direction: column;
}

.OTHER-eng-left H1 {
  height: auto;
  font-size: 15px;
  color: #4d5e71;
}

.OTHER-eng-left H2 {
  height: auto;
  font-size: 13px;
  color: #fff;
}

.OTHER-eng-right {
  height: auto;
  display: flex;
  flex-direction: column;
}

.OTHER-eng-right H1 {
  height: auto;
  font-size: 15px;
  color: #4d5e71;
}

.OTHER-eng-right H2 {
  height: auto;
  font-size: 13px;
  color: #fff;
}

/*  */

.second-footer-box {
  height: auto;
  display: flex;
  margin: 9px;
  flex-direction: column;
  gap: 7px;
  align-items: center;
}

.second-footer-box h1 {
  height: auto;
  margin: 0px 0 -1px;
  font-size: 20px;
  color: #89bef9;
  /* text-shadow: 1px 1px 1px #fff; */
}

.second-footer-box h2 {
  height: auto;
  color: #fff;
  font-size: 0;
  margin: 5px 0;
  /* font-size: 14px; */
  /* margin: 5px 0 7px; */
}

.second-footer-box a {
  height: auto;
  color: #fff;
  font-size: 15px;
  margin: 0 0;
  text-decoration: none;
}

/*  */

.therd-footer-box {
  height: auto;
  gap: 15px;
  /* margin: 20px 0; */
  width: 37%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-content: center;
}

.therd-footer-box h1 {
  height: auto;
  /* margin-bottom: 10px; */
  font-size: 14px;
  margin: 0;
  color: #ffffff;
  /* text-shadow: 1px 1px 1px #fff; */
}

/*   





*/

.fourt-footer-box {
  height: auto;
  display: flex;
  gap: 15px;
  flex-direction: column;
}

.fourt-footer-box h1 {
  height: auto;
  margin-bottom: 10px;
  font-size: 17px;
  color: #4d5e71;
  text-shadow: 1px 1px 1px #fff;
}

.fourt-footer-box h2 {
  height: auto;
  color: #fff;
  font-size: 14px;
  /* margin: 15px 0; */
}

@media (max-width: 500px) {
  .filter2 {
    display: flex;
    width: calc(100% - 0px);
    flex-wrap: wrap;
    justify-content: center;
    gap: 35px;
  }

  .first-footer-box {
    align-items: center;
  }

  .second-footer-box {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 15px;
    align-items: flex-start;
    align-content: flex-start;
  }

  .second-footer-box h2 {
    margin: 0;
  }

  .therd-footer-box {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 15px;
    align-items: flex-start;
  }

  .therd-footer-box h2 {
    margin: 0;
  }

  .fourt-footer-box {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 15px;
    align-items: flex-start;
  }

  .fourt-footer-box h2 {
    margin: 0;
  }
}

@media (max-width: 767px) {
  .filter2 {
    display: flex;
    width: calc(100% - 0px);
    flex-wrap: wrap;
    justify-content: center;
    gap: 35px;
  }

  .first-footer-box {
    align-items: center;
    width: 100%;
  }

  .second-footer-box {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 15px;
    align-items: flex-start;
    align-content: flex-start;
  }

  .second-footer-box h2 {
    margin: 0;
  }

  .therd-footer-box {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 15px;
    align-items: flex-start;
  }

  .therd-footer-box h2 {
    margin: 0;
  }

  .fourt-footer-box {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 15px;
    align-items: flex-start;
  }

  .fourt-footer-box h2 {
    margin: 0;
  }
}

/* 







/* 












*/

@supports (animation-timeline: scroll()) {
  section {
    view-timeline-name: --section;
  }

  section:nth-of-type(1) h1 {
    transform: unset;
    /* translate: -23% -10%; */

    -webkit-animation: blow-out both ease-in, fade-in both ease-in;
    animation: blow-out both ease-in, fade-in both ease-in;
    animation-timeline: --section;
    animation-range: exit-crossing 0% exit 9%, exit-crossing 0% exit-crossing 0%;
  }
  /* 
  section:nth-of-type(2) .About-us-container {
    -webkit-animation: fade-in both linear, fade-out both linear;
    animation: fade-in both linear, fade-out both linear;
    animation-timeline: --section;
    animation-range: entry 60% entry 95%, exit 0% exit 5%;
  } */
  /* 
  section:nth-of-type(3) .About-us-container {
    -webkit-animation: fade-in both linear, fade-out both linear;
    animation: fade-in both linear, fade-out both linear;
    animation-timeline: --section;
    animation-range: entry 60% entry 95%, exit 0% exit 5%;
  }

  section:nth-of-type(4) .About-us-container {
    -webkit-animation: fade-in both linear, fade-out both linear;
    animation: fade-in both linear, fade-out both linear;
    animation-timeline: --section;
    animation-range: entry 60% entry 95%, exit 0% exit 5%;
  } */
  .video-wrap {
    -webkit-animation: fade-in both linear, fade-out both linear;
    animation: fade-in both linear, fade-out both linear;
    animation-timeline: --section;
    animation-range: entry 0% entry 35%, exit 0% exit 35%;

    /*     animation: fade 2 both linear alternate-reverse;
    animation-timeline: --section;
    animation-range: entry 0% entry 25%, exit 10% exit 35%; */
  }
  .video-wrap::after {
    opacity: 0;
  }

  @-webkit-keyframes fade {
    to {
      opacity: 0;
    }
  }
  @keyframes fade {
    to {
      opacity: 0;
    }
  }
  @-webkit-keyframes fade-in {
    to {
      opacity: var(--opacity, 0.2);
    }
  }
  @keyframes fade-in {
    to {
      opacity: var(--opacity, 0.6);
    }
  }
  @-webkit-keyframes fade-out {
    to {
      opacity: 0;
    }
  }
  @keyframes fade-out {
    to {
      opacity: 0;
    }
  }
  @-webkit-keyframes draw {
    to {
      stroke-dashoffset: 0;
    }
  }
  @keyframes draw {
    to {
      stroke-dashoffset: 0;
    }
  }
  @-webkit-keyframes fill {
    to {
      fill: currentColor;
    }
  }
  @keyframes fill {
    to {
      fill: currentColor;
    }
  }
  @-webkit-keyframes blow-out {
    0%,
    95% {
      background: transparent;
    }
    to {
      transform: translateZ(99vh);
      background: #6b5529;
    }
  }
  @keyframes blow-out {
    0%,
    95% {
      background: transparent;
    }
    to {
      transform: translateZ(99vh);
      background: #29496b;
    }
  }
}
